ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / UpcBaseTagHelper<TControl> Class / AddOn Property

In This Topic
    AddOn Property (UpcBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.UpcBase.AddOn. Sets the addOn value of the control.
    Syntax
    'Declaration
     
    Public Overridable Property AddOn As String
    public virtual string AddOn {get; set;}
    Remarks
    The possible length of this property should be 2 or 5.
    See Also